SyFileVersion 
Logical Entity Name  SyFileVersion 
Default Table Name  SyFileVersion 
Physical Only  NO 
Definition 
 
Note 
 

SyFileVersion Columns 
ColumnName  Domain  Datatype  NULL  Definition 
fv_uid(PK)    int  NO 
 
fv_group    varchar(50)  NO 
 
fv_file    varchar(128)  NO 
 
fv_type    char(1)  NO 
 
ts    timestamp  NO 
 

SyFileVersion Primary and Unique Keys 
Key Name  Key Type  Keys 
IX_SyFileVersion_File  Index  fv_file 
PK_SyFileVersion  PrimaryKey  fv_uid 

SyFileVersion Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 

SyFileVersion Check Constraints 
Check Constraint Name  CheckConstraint